body{
    margin: 0;
    padding: 0;
    list-style-type: none;
    background:#fff !important;
}
.head{
    background:#2d90e3;
    height:145px;
}
.head-box{
    width: 1190px;
    margin: auto;
    color: #fff;
    height: 100%;
    background-image: url(../image/page-header.png);
    background-repeat: no-repeat;
    background-position: right;
}
.cn_text {
    padding-top: 35px;
    padding-left: 22px;
}
.head-box .cn_text h2 {
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff !important;
}
.cn_text p {
    font-size: 14px;
}
.container{
    width: 1190px;
    margin: auto auto auto auto;
    padding: 40px 0px 50px 0px;
}
.tabs2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul {
    list-style: none;
}
.tabs2 li {
    margin: 0;
    text-align: left;
}
ul li {
    list-style: none;
}
.tabs2 li.active a {
    color: #fff;
    background-color: #2D90E3;
}
.tabs2 li a {
    float: left;
    color: #454545;
    height: 40px;
    padding: 0px 30px;
    text-decoration: none;
    line-height: 40px;
    font-size: 14px;
    background-color: #e3e3e3;
    border-right: 1px solid #fff;
}
.tabs-content2 {
    float: left;
    width: 94%;
    padding: 30px;
    text-align: left;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
}
.tabs_ul .tabs_a {
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px;
    display: block;
    margin-bottom: 25px;
}
a {
    text-decoration: none;
}
.tabs_ul .tabs_a dl dd {
    float: none;
}
.tabs_ul .tabs_a dl dd h3 {
    height: 34px;
}
h3 {
    font-size: 22px;
    line-height: 25px;
    font-style: normal;
    color:#272727;
}
.tabs_ul .tabs_a dl dd span {
    color: #888;
    line-height: 50px;
}
.tabs_ul .tabs_a:hover {
    background: #f3f3f3;
    text-decoration: none;
    color: #272727;
}
.pagination_div a:hover, a:focus{
    color:#fff !important;
}
.container_title_div .cn_text h2{
 line-height: 43px!important;
}
.cn_text p {
  margin-top: -1px;
}
.container_title_div .cn_text h2 {
 font-size: 30px!important;
 margin-bottom: -1px!important;
 font-weight: 200;
 text-transform: uppercase;
 color: #fff!important;
}